Methods
Methods | Description |
---|---|
Clear | The method deletes all child entities. |
Create | Creates internal objects after creating this object. |
DeleteEntity | The method deletes an entity. |
Destroy | Frees up internal objects before destroying this object |
IndexOfEntity | The method returns the index of a specified entity. |
IndexOfName | The method returns the index of entity by name. |
InsertEntity | The method adds a specified entity to the list of child entities. |
Iterate | The method converts DXF/DWG tree structure to a linear sequence of entities, similar to Windows metafile. |
Derived from TsgDXFObjectEntity | Description |
---|---|
AssignEntity | Copies properties of source entity to the TsgDXFObjectEntity class object. |
Derived from TsgDXFEntity | Description |
---|---|
AddEntity | The method adds a new child entity. |
Clone | The method copies properties of source entity to current entity (include Handle ). |
Draw | The method generates the OnDraw event. |
EntName | The method returns an entity name. |
GetBoxPoints | The method is used in drawing cycle for fast checking whether the entity must be drawn. |
GetThickness | The method returns entity's thickness. |
SetLType | The method sets line type of the entity. |
SetLWeight | The method sets line weight width of the entity. |